Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Bump faker from 30.10.0 to 33.1.0 #488

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2024

Bumps faker from 30.10.0 to 33.1.0.

Release notes

Sourced from faker's releases.

Release v33.1.0

See CHANGELOG.md.

Release v33.0.0

See CHANGELOG.md.

Release v32.1.0

See CHANGELOG.md.

Release v32.0.0

See CHANGELOG.md.

Release v31.0.0

See CHANGELOG.md.

Changelog

Sourced from faker's changelog.

v33.1.0 - 2024-11-27

v33.0.0 - 2024-11-14

  • Revert "Make pytest fixture session-scoped".

v32.1.0 - 2024-11-12

v32.0.0 - 2024-11-12

v31.0.0 - 2024-11-12

  • Remove Collection[str] type from ElementTypes. Thanks @​tvuotila.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [faker](https://github.com/joke2k/faker) from 30.10.0 to 33.1.0.
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v30.10.0...v33.1.0)

---
updated-dependencies:
- dependency-name: faker
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 1, 2024
@edgarrmondragon edgarrmondragon added this pull request to the merge queue Dec 2, 2024
Merged via the queue into main with commit b6764ba Dec 2, 2024
17 checks passed
@edgarrmondragon edgarrmondragon deleted the dependabot/pip/faker-33.1.0 branch December 2, 2024 02:28
nickjoanis pushed a commit to rosecape/target-postgres that referenced this pull request Dec 4, 2024
Bumps [faker](https://github.com/joke2k/faker) from 30.10.0 to 33.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/joke2k/faker/releases">faker's
releases</a>.</em></p>
<blockquote>
<h2>Release v33.1.0</h2>
<p>See <a
href="https://github.com/joke2k/faker/blob/refs/tags/v33.1.0/CHANGELOG.md">CHANGELOG.md</a>.</p>
<h2>Release v33.0.0</h2>
<p>See <a
href="https://github.com/joke2k/faker/blob/refs/tags/v33.0.0/CHANGELOG.md">CHANGELOG.md</a>.</p>
<h2>Release v32.1.0</h2>
<p>See <a
href="https://github.com/joke2k/faker/blob/refs/tags/v32.1.0/CHANGELOG.md">CHANGELOG.md</a>.</p>
<h2>Release v32.0.0</h2>
<p>See <a
href="https://github.com/joke2k/faker/blob/refs/tags/v32.0.0/CHANGELOG.md">CHANGELOG.md</a>.</p>
<h2>Release v31.0.0</h2>
<p>See <a
href="https://github.com/joke2k/faker/blob/refs/tags/v31.0.0/CHANGELOG.md">CHANGELOG.md</a>.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/joke2k/faker/blob/master/CHANGELOG.md">faker's
changelog</a>.</em></p>
<blockquote>
<h3><a
href="https://github.com/joke2k/faker/compare/v33.0.0...v33.1.0">v33.1.0
- 2024-11-27</a></h3>
<ul>
<li>Add support for Python 3.13. Thanks <a
href="https://github.com/edgarrmondragon"><code>@​edgarrmondragon</code></a>.</li>
</ul>
<h3><a
href="https://github.com/joke2k/faker/compare/v32.1.0...v33.0.0">v33.0.0
- 2024-11-14</a></h3>
<ul>
<li>Revert &quot;Make pytest fixture session-scoped&quot;.</li>
</ul>
<h3><a
href="https://github.com/joke2k/faker/compare/v32.0.0...v32.1.0">v32.1.0
- 2024-11-12</a></h3>
<ul>
<li>Fix <code>ko_KR</code> road address. Thanks <a
href="https://github.com/semi-yu"><code>@​semi-yu</code></a>.</li>
</ul>
<h3><a
href="https://github.com/joke2k/faker/compare/v31.0.0...v32.0.0">v32.0.0
- 2024-11-12</a></h3>
<ul>
<li>Make pytest fixture session-scoped. Thanks <a
href="https://github.com/acolombier"><code>@​acolombier</code></a>.</li>
</ul>
<h3><a
href="https://github.com/joke2k/faker/compare/v30.10.0...v31.0.0">v31.0.0
- 2024-11-12</a></h3>
<ul>
<li>Remove <code>Collection[str]</code> type from
<code>ElementTypes</code>. Thanks <a
href="https://github.com/tvuotila"><code>@​tvuotila</code></a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/joke2k/faker/commit/8a249d00f09db9911350449e9f5050a635b57fbb"><code>8a249d0</code></a>
Bump version: 33.0.0 → 33.1.0</li>
<li><a
href="https://github.com/joke2k/faker/commit/edf6cbb60afd3bb4a8bf78ee92611fd257d44189"><code>edf6cbb</code></a>
:pencil: Update CHANGELOG.md</li>
<li><a
href="https://github.com/joke2k/faker/commit/3faa4f91eebba9a2007f5c0b726793a60aa70ed3"><code>3faa4f9</code></a>
Declare support for Python 3.13 (<a
href="https://redirect.github.com/joke2k/faker/issues/2071">#2071</a>)</li>
<li><a
href="https://github.com/joke2k/faker/commit/6edfdbf6ae90b0153309e3bf066aa3b2d16494a7"><code>6edfdbf</code></a>
Bump version: 32.1.0 → 33.0.0</li>
<li><a
href="https://github.com/joke2k/faker/commit/7d191e7fb0657dd431726a736e1a537edf9183e5"><code>7d191e7</code></a>
:pencil: Update CHANGELOG.md</li>
<li><a
href="https://github.com/joke2k/faker/commit/54cee9129584d7b6ba93bbb1ad08ab526d9f6568"><code>54cee91</code></a>
Revert &quot;fix(pytest): make fixture session scoped (<a
href="https://redirect.github.com/joke2k/faker/issues/2117">#2117</a>)&quot;</li>
<li><a
href="https://github.com/joke2k/faker/commit/7a7edacf5296b8651afd78f79df0342f63a5f9d6"><code>7a7edac</code></a>
Bump version: 32.0.0 → 32.1.0</li>
<li><a
href="https://github.com/joke2k/faker/commit/c8afc4586845aed04f8f3263cf587bc93d0e145f"><code>c8afc45</code></a>
:pencil: Update CHANGELOG.md</li>
<li><a
href="https://github.com/joke2k/faker/commit/901fb6a410a4aad7feb77939b40365b389ab7501"><code>901fb6a</code></a>
Fix korean road address (<a
href="https://redirect.github.com/joke2k/faker/issues/2133">#2133</a>)</li>
<li><a
href="https://github.com/joke2k/faker/commit/d7ad439b0989307937470d3d68aa7690b4b8a647"><code>d7ad439</code></a>
Bump version: 31.0.0 → 32.0.0</li>
<li>Additional commits viewable in <a
href="https://github.com/joke2k/faker/compare/v30.10.0...v33.1.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=faker&package-manager=pip&previous-version=30.10.0&new-version=33.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant